home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / 3c503n.exe / NETWARE / ODI / SAMPNET.CFG < prev   
Text File  |  1993-02-05  |  2KB  |  49 lines

  1. ; *************************************************************************
  2. ;  This sample NET.CFG file is meant to supply some rudimentary understanding
  3. ;  of parameters in NET.CFG and how they affect network operations.
  4. ;  For a full description and explanation of the parameters, see the
  5. ;  manual for the ODI shell for DOS, which ships with the NetWare package
  6. ;  or is available from Novell part # 100-000871-001.
  7. ;
  8. ;  Please pay attention to column spacing for the lines.  The section header
  9. ;  line MUST start in column 0 with subsequent lines in that section being 
  10. ;  indented. Comments are designated by semi-colons (;).  The NET.CFG is not
  11. ;  caps-sensitive.
  12. ;
  13. ; *************************************************************************
  14. ;
  15.  
  16. LINK DRIVER 3C503
  17.         PORT 310
  18.         INT 5
  19.     CONNECTOR DIX
  20. ;    FRAME ETHERNET_802.2 MSB
  21.     FRAME ETHERNET_802.3 MSB
  22. ;       PROTOCOL IPX e0 ETHERNET_802.2
  23.     PROTOCOL IPX 0 ETHERNET_802.3   (binds IPX to frame)
  24.  
  25. ;
  26. ;       =======
  27. ;       | port [index] STARTING_PORT COUNT
  28. ;       |         This setting is only required when different from
  29. ;       |         the default of 300.  If changed, this setting must   
  30. ;       |         match the jumper setting on the adapter.
  31. ;       | dma [index] CHANNEL
  32. ;       |         Not required/software selectable.  This setting is 
  33. ;       |         only required when using DMA.  Programmed I/O is the  
  34. ;       |         default. DMA cannot be used with MS Windows.  
  35. ;       | int [index] IRQ
  36. ;       |         Not required/software selectable.  This setting is 
  37. ;       |         only required when different from the default of 3.  
  38. ;       | mem [index] STARTING_ADDRESS SIZE
  39. ;       |         Not required. Setting the hardware jumper on the 
  40. ;       |         adapter is all that is required to use shared memory.
  41. ;       | connector dix
  42. ;       |         Only required when using an external transceiver (AUI/DIX
  43. ;       |         connector).
  44. ;  NOTE:| frame ethernet_802.3 msb
  45. ;  *****|         This is a version 4.0 DOS ODI driver.  The default 
  46. ;       |         frame type is 802.2, but you may be using 802.3.
  47. ;       |
  48. ;       =======
  49.